home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Amiga Amateur Radio User Group / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].zip / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].adf / DisView / NNTP < prev    next >
Text File  |  1995-05-29  |  6KB  |  157 lines

  1. ====                                                DISview [518]
  2. nntp
  3. ====
  4.  
  5. The 'nntp' commands control the operation of the Network News
  6. Transfer Protocol (NNTP).
  7.  
  8. _________________________________________________________________
  9. nntp addserver <nntpserver_nodename> <interval> 
  10.                                              [<range>] [<groups>]
  11. _________________________________________________________________
  12. Add an NNTP news server to query every <interval> seconds for new
  13. articles in the specified <groups>. 
  14.  
  15. Attempts to access the server are subject to the timeout which is
  16. specified in the 'smtp wait' command.
  17.  
  18. <range> specifies the time-of-day limits when the queries will be
  19. made.
  20.  
  21. Multiple 'nntp addserver' commands may be used to concatenate
  22. groups (up to a maximum of 512 bytes).
  23.  
  24. >>  Example:
  25.   nntp addserver news.demon.co.uk 600 22:00-23:00 demon.ip.*
  26.  
  27.   (In this example, the NNTP client wakes up every 600 seconds,
  28.    but only attempts to connect to the server between 10pm-11pm.
  29.    At all other times, the client reports "Window to 
  30.    'news.demon.co.uk' not open").
  31.  
  32. Although it is possible to specify the newsgroups of interest in
  33. the 'addserver' command (as in the example above), it is usually 
  34. preferable and more convenient to specify them in the file 
  35. ~/spool/news/nntp.dat instead.
  36.  
  37.  
  38. _________________________________________________________________
  39. nntp batch [on|off <n>]
  40. _________________________________________________________________
  41. Display or set the NNTP batch flag and number of batch buffers.
  42. Each buffer occupies about 512 bytes.
  43.  
  44. When set to 'on', new requests may be sent to the server before
  45. previous requests have been received. This speeds things up.
  46.  
  47. >> Example:  nntp batch on 4
  48.  
  49. Set <n> to 8 or 12 if there is enough RAM.
  50.  
  51.  
  52. _________________________________________________________________
  53. nntp directory [ <spool_directory> [ <control_directory> ]]
  54. _________________________________________________________________
  55. Display or set the default spool directory and control directory.
  56.  
  57. The spool directory is where the downloaded batches are written.
  58.  
  59. The control directory is where the data, history, kill and get
  60. files are kept.
  61.  
  62. >> Example:  
  63.        nntp directory c:/demon/spool/articles c:/demon/spool/news
  64.  
  65.  
  66. _________________________________________________________________
  67. nntp dropserver <nntpserver_nodename>
  68. _________________________________________________________________
  69. Drop the specified NNTP server.
  70.  
  71. >> Example:  nntp drop news.demon.co.uk
  72.  
  73.  
  74. _________________________________________________________________
  75. nntp groups <group> [<group> ...] 
  76. _________________________________________________________________
  77. Display or set the currently set USEnet newsgroup(s).  The group
  78. names are separated by spaces or commas.  The '*' and '!'
  79. metacharacters (meaning 'all' and 'not' respectively) are
  80. supported.
  81.  
  82. >> Example:  nntp groups demon.announce demon.ip.support.announce
  83.  
  84. The groups specified in this command are only accessed if
  85. ~/spool/news/nntp.dat does not exist or is unusable (e.g. because
  86. it is corrupted).
  87.  
  88.  
  89. _________________________________________________________________
  90. nntp kick [ <nntpserver_nodename> ]
  91. _________________________________________________________________
  92. Force a poll of <nntpserver_nodename>. This has no effect if a 
  93. poll is already being attempted. 'nntp kick' by itself kicks all
  94. connected news servers.
  95.  
  96. >> Examples:  nntp kick
  97.               nntp kick news.demon.co.uk
  98.  
  99.  
  100. _________________________________________________________________
  101. nntp listservers
  102. _________________________________________________________________
  103. List the currently defined servers, the polling intervals, the
  104. polling windows, and any groups specified in 'nntp addserver'
  105. commands.
  106.  
  107.  
  108. _________________________________________________________________
  109. nntp newgroups [on|off]
  110. _________________________________________________________________
  111. Display or set the NEWGROUPS flag. When set to 'on', the client
  112. asks the server for the names of new groups created since the
  113. previous successful poll. The names are appended to the file
  114. ~/spool/news/newgroup. No attempt is made to remove duplicate
  115. entries.
  116.  
  117. >> Example:  nntp newgroups on
  118.  
  119.  
  120. _________________________________________________________________
  121. nntp safety [on|off]
  122. _________________________________________________________________
  123. Display or set the file safety flag. When set to 'on', output
  124. files are closed after each article is received. This gives
  125. maximum protection if a machine crash occurs, but adds extra disk
  126. overhead.
  127.  
  128. >> Example:  nntp safety off
  129.  
  130.  
  131. _________________________________________________________________
  132. nntp trace <level>                                     Default: 1
  133. _________________________________________________________________
  134. Sets or shows the current trace level for NNTP traffic.
  135.  
  136. Level
  137.  0:  No tracing.
  138.  1:  Display serious errors only
  139.  2:  Display serious and transient errors
  140.  3:  Display serious and transient errors, plus session progress
  141.  4:  Display serious and transient errors, session progress and
  142.         actual received articles
  143.  5:  Display errors.
  144.  6:
  145.  7:  Full trace
  146.  
  147. >> Example:  nntp trace 4
  148.  
  149.  
  150. _________________________________________________________________
  151. nntp verbose [on|off]
  152. _________________________________________________________________
  153. Display or set the verbose flag. When set to 'on', much 
  154. information about session progress is displayed on the console.
  155.  
  156. >> Example:  nntp verbose on
  157.